home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmSupport
- Caption = "Support Information"
- ClientHeight = 1680
- ClientLeft = 48
- ClientTop = 336
- ClientWidth = 3612
- Icon = "frmSupport.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1680
- ScaleWidth = 3612
- StartUpPosition = 2 'CenterScreen
- Begin VB.CommandButton cmdOK
- Caption = "&OK"
- Default = -1 'True
- Height = 252
- Left = 2760
- TabIndex = 0
- Top = 1320
- Width = 732
- End
- Begin VB.Label Website
- Caption = "Website :"
- Height = 252
- Left = 240
- TabIndex = 4
- Top = 840
- Width = 3132
- End
- Begin VB.Label Email
- Caption = "E-Mail :"
- Height = 252
- Left = 240
- TabIndex = 3
- Top = 600
- Width = 3132
- End
- Begin VB.Label Name
- Caption = "Name :"
- Height = 252
- Left = 240
- TabIndex = 2
- Top = 360
- Width = 3132
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Author's Contact Information:"
- Height = 252
- Left = 240
- TabIndex = 1
- Top = 120
- Width = 2172
- End
- Begin VB.Line Line4
- X1 = 3480
- X2 = 3480
- Y1 = 240
- Y2 = 1200
- End
- Begin VB.Line Line3
- X1 = 120
- X2 = 3480
- Y1 = 240
- Y2 = 240
- End
- Begin VB.Line Line2
- X1 = 120
- X2 = 3480
- Y1 = 1200
- Y2 = 1200
- End
- Begin VB.Line Line1
- X1 = 120
- X2 = 120
- Y1 = 240
- Y2 = 1200
- End
- Attribute VB_Name = "frmSupport"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdOK_Click()
- Unload Me
- End Sub
-